Auto merge of #2502 - IvanUkhov:doc, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 19 Mar 2016 18:39:35 +0000 (11:39 -0700)
committerbors <bors@rust-lang.org>
Sat, 19 Mar 2016 18:39:35 +0000 (11:39 -0700)
commit132b82d75f607dcb1116b8d44fe60f202f1eb110
treed32343d3f986e56599607b9fadd13f6857bc0841
parentff02b156f094fb83e70acd965c83c9286411914e
parent95b46c8921e22927d2105b3656dd79f9f179bf67
Auto merge of #2502 - IvanUkhov:doc, r=alexcrichton

doc: make the pages’ titles consistent

The titles of some of the pages end with “Cargo Documentation” (_e.g._, [Frequently Asked Questions](http://doc.crates.io/faq.html)) whereas the titles of some other pages do not (_e.g._, [Environment Variables](http://doc.crates.io/environment-variables.html)), which is a bit inconsistent. Perhaps one should either add that ending to all the titles or eliminate it from all of them. This pull request does the latter, which can be changed if needed. I personally think that such long titles are reasonable for the `title` HTML tag but a bit too verbose when displayed on the page.